home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 031a / wincobra.zip / OEMSETUP.INF < prev    next >
INI File  |  1991-05-28  |  3KB  |  83 lines

  1. [data]
  2.     defxlat=437
  3.  
  4. ; Here are the names of the disks Setup can prompt for.
  5. ; There must be a disk name for each disk number used
  6. ;
  7. ; The disk number '0' is reserved to represent the windows setup directory
  8. ; the directory may be relative to the directory SETUP was run from.
  9. ;
  10. ; the format is:
  11. ;
  12. ; n = path,disk name,disk tag file
  13. ;
  14. ; n           disk "number"  1-9,A-Z (single char only!)
  15. ; path        path of disk n
  16. ; name        name of disk n
  17. ; disk tag    a file on disk n (used to determine if disk is in drive)
  18. ;
  19. [disks]
  20.     1 =. ,"Microsoft Windows 3.0 Disk #1",disk1
  21.     2 =. ,"Microsoft Windows 3.0 Disk #2",disk2
  22.     3 =. ,"Microsoft Windows 3.0 Disk #3",disk3
  23.     4 =. ,"Microsoft Windows 3.0 Disk #4",disk4
  24.     6 =. ,"Vermont Microsystems Windows 3.0 OEM Disk",disk6
  25.  
  26. [display]
  27. ; The string following the driver description specifies the screen
  28. ; resolution. It is used to match the system and OEM character sets
  29. ; with the display selection.
  30. ;
  31. ;profile=driver,Description of driver,                             resolution,    286 grabber,    logo code,    VDD,            386grabber, , logo data
  32. ;
  33.  
  34. vmi=6:cobra.drv,"Vermont Microsystems Cobra Elite and Cobra Plus", "100,120,120", 3:vgacolor.gr2, 2:vgalogo.lgo, 6:vddcobra.386, 6:cobra.gr3, ,2:vgalogo.rle
  35.  
  36. ; copy these fonts depending on the 386 grabber being used
  37. ;
  38. [VGA.GR3]
  39. 4:CGA40WOA.FON,4:CGA40850.FON
  40. 4:CGA80WOA.FON,4:CGA80850.FON
  41. 4:EGA40WOA.FON,4:EGA40850.FON
  42. 4:EGA80WOA.FON,4:EGA80850.FON
  43.  
  44. [codepages]
  45. ;
  46. ;       Xlat Table    OEM Font     description.
  47. ;
  48. 863 = 2:xlat863.bin, 2:vga863.fon, "French Canadian (863)"
  49. 861 = 2:xlat861.bin, 2:vga861.fon, "Icelandic (861)"
  50. 865 = 2:xlat865.bin, 2:vga865.fon, "Norway & Denmark (865)"
  51. 850 = 2:xlat850.bin, 2:vga850.fon, "International (850)"
  52. 860 = 2:xlat860.bin, 2:vga860.fon, "Portuguese (860)"
  53. 437 =              ,             , "Standard (437)"
  54.  
  55. [sysfonts]
  56. ; If a display adapter other than the one in system selection is selected
  57. ; the font is chosen which matches the display resolution exactly.
  58. 1:egasys.fon,"EGA (640x350) resolution System Font", "133,96,72"
  59. 1:cgasys.fon,"CGA (640x200) resolution System Font", "200,96,48"
  60. 1:vgasys.fon,"VGA (640x480) resolution System Font", "100,96,96"
  61. 1:8514sys.fon,"8514/a (1024x768) resolution System Font", "100,120,120"
  62. 1:egasys.fon,"AT&T (640x400) resolution System Font", "120,96,80"
  63.  
  64. [fixedfonts]
  65. ; If a display adapter other than the one in system selection is selected
  66. ; the font is chosen which matches the display resolution exactly.
  67. 1:8514fix.fon,"8514/a (1024x768) resolution Fixed System Font",  "100,120,120"
  68.  
  69. [oemfonts]
  70. ; The selection    of the OEM (Terminal) font depends on both the screen
  71. ; resolution and the OEM character set (determined by the selection of
  72. ; keyboard driver).
  73. 1:8514oem.fon,"8514 (1024x768) resolution Terminal Font (USA/Europe)", "100,120,120",1
  74.  
  75. [fonts]
  76.      4:HELVF.FON, "Helv 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  77.      4:COURF.FON, "Courier 10,12,15 (8514/a res)", "100,120,120"
  78.      4:TMSRF.FON, "Tms Rmn 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  79.      4:SYMBOLF.FON, "Symbol 8,10,12,14,18,24 (8514/a res)", "100,120,120"
  80.     4:ROMAN.FON, "Roman (All res)",   "CONTINUOUSSCALING"
  81.     4:SCRIPT.FON, "Script (All res)", "CONTINUOUSSCALING"
  82.     4:MODERN.FON, "Modern (All res)", "CONTINUOUSSCALING"
  83.